Showing posts with label Web Service. Show all posts

Working with Dynamic Pagination in ASP.NET

Pagination is a typical process in data display whereby large sets of data are broken into discrete sections for viewing, more often than not used in conjunction with some type of grid or list component. CSHTML: @using Smp.Web.Common; @inherits umbraco.MacroEngines.DynamicNodeContext @{    .
Wednesday, 29 January 2014
Posted by Jebastin

Working with Session in ASP.NET

Usage of Session in ASP.NET using C# or jQuery. A session is a piece of data which is sent from a website and stored locally by the user’s browser. Sessions are needed because HTTP is stateless. This means that HTTP itself has no way to keep track of.
Posted by Jebastin

Web Service to filter the Umbraco Nodes

Web Service to filter the Umbraco Nodes The following WebMethod is used to filter the Umbraco child nodes of a particular parent node using the given parent id by the parameters Keyword, Job Type, Position, Location, Category and Division. Web Method: public.
Saturday, 14 December 2013
Posted by Jebastin

How to call a WebMethod of a Web Service using jQuery Ajax JSON?

How to call a WebMethod of a Web Service using jQuery Ajax JSON The following jQuery is used to call a WebMethod of a Web Service using jQuery Ajax JSON. jQuery: $(document).ready(function () { var Name = $("#name").val(); var Email = $("#email").val(); var.
Posted by Jebastin

How to enable the remote testing of webservice methods in live environment?

Scenario:  The test form is only available for requests from the local machine. Solution:  For enabling remote web service test page, just add HttpPost/HttpGet protocol in the webServices section of your web.config. By default, this option.
Posted by Jebastin

Link To This Post/Page

Spread The Word

Add this button to your blog:
JJ Technology Solutions

Blog Archive

Trackers

eXTReMe Tracker
facebook

- Copyright © 2025 JJ Technology Solutions - Powered by Source Code Solutions -